home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * Trim_loc.h - header file for the TRIMolic library. *
- * This library is closely related to cagd_lib and should be linked with it. *
- *******************************************************************************
- * Written by Gershon Elber, Nov. 94. *
- ******************************************************************************/
-
- #ifndef TRIM_LOC_H
- #define TRIM_LOC_H
-
- #include <math.h>
- #include <stdio.h>
- #include "irit_sm.h"
- #include "cagd_lib.h"
-
- /******************************************************************************
- * This macro is called when the library has detected an unrecoverable error. *
- * Default action is to call TrimFatalError, but you may want to reroute this *
- * to invoke your handler and recover yourself (by long jump for example). *
- ******************************************************************************/
- #define TRIM_FATAL_ERROR(Msg) TrimFatalError(Msg)
-
- #include "trim_lib.h"
-
- extern int _TrimUVSamplesPerCurve;
- extern CagdBType _TrimUVSamplesOptimal;
- extern CagdBType _TrimEuclidComposedFromUV;
-
- #endif /* TRIM_LOC_H */
-